home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / wck30h.zip / WCMAKE.EXE / CHANGES.TXT < prev    next >
Text File  |  1991-10-31  |  5KB  |  109 lines

  1.  New to version 3.0H of WinCheck:
  2.  
  3.   a) New "Print Direct" feature for printing one check at a time to
  4.      Dot-Matrix style printers (no page eject).
  5.  
  6.   b) Categories can now be classified as Income, Expense, or Both. 
  7.      All of your categories from your current version will default to
  8.      "Both".  You can modify these categories to specify income or 
  9.      expense with the "Edit Categories" dialog.  By indicating Income
  10.      or Expense, your budget reports will be more informational.
  11.  
  12.   c) Categories can be classified as Tax deductible.  When you enter a
  13.      new transaction, the "Tax Deductible" box will automatically check
  14.      when you select one of these categories.  You can, however, still
  15.      un-check the box if you desire.
  16.  
  17.   d) Expandability!  WinCheck now allows you to add custom tools to your
  18.      menu.  These tools use DDE to communicate with WinCheck.  Two NEW
  19.      tools have been included, PAYROLL.EXE and BALANCE.EXE.  Try them!
  20.      They are on the TOOLS menu.
  21.  
  22.      All of the information you need for using WinCheck's DDE can be
  23.      found in the DDE.TXT file.
  24.  
  25.      The source code to PAYROLL and the source code to a more simple
  26.      add-on tool (Visual Basic) have been included on the distribution
  27.      disk in the DDE_VB.ZIP file.  Sample code for hardcore SDK tools
  28.      may be found in the DDE_SDK.ZIP file.
  29.  
  30.  e)  The categories for the Budget, Cash Flow, Profit/Loss, and category
  31.      reports are now in alphabetical order (instead of order of entry). 
  32.  
  33.  f)  New pre-defined categories on startup of account or by running a
  34.      WinCheck command file.
  35.  
  36.  
  37. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
  38.  
  39. What's New for WinCheck 3.0f
  40. ---------------------------------------
  41.  
  42. BUG FIXES!
  43. +++++++++++++++++++++++++++
  44.  
  45. Numerous bugs have been fixed, some of the more major one addressed below:
  46.  
  47. * Multiple "Personal" categories (or multiple of any category) are
  48.   no longer possible.  If your data has already been corrupted,
  49.   the second "Personal" category will change to "Personal-1", etc.
  50.   This way you can delete them.
  51.  
  52. * Many of the reports have been fixed to print accurate numbers,
  53.   and not to print deleted categories.
  54.  
  55. * Many "mystery" bugs have vanished due to some internal code
  56.   cleanup.  These include dialog boxes without text, accelerators
  57.   not working, and other windows wierdness.
  58.  
  59. * When deleting a transfer between accounts, you will no longer UAE.
  60.  
  61. * The DDE interface is significantly cleaned up and working.
  62.  
  63. * The fonts dialog no longer lies.
  64.  
  65. NEW FEATURES!
  66. +++++++++++++++++++++++++++
  67.  
  68. * Checks can now be printed one at a time on a dot matrix printer.
  69.   To enable this feature, select "Form Attributes" while in the
  70.   WinCheck Form Designer.  Check the button labeled "Print Direct",
  71.   and indicate the port your check printer is connected to.
  72.   Please keep in mind that you will not be able to select fonts
  73.   anymore for check printing-- the printer's internal default font
  74.   will be used.
  75.  
  76. * Categories can now be classified as Income, Expense, or Both. All
  77.   of your categories from your current version will default to "Both".
  78.   You can modify these categories to specify income or expense with
  79.   the "Edit Categories" dialog.
  80.  
  81.   By indicating Income or Expense, your budget reports will be more
  82.   informational.
  83.  
  84. * Categories can be classified as Tax deductable.  When you enter a
  85.   new transaction, the "Tax Deductable" box will automatically check
  86.   when you select one of these categories.  You can still un-check
  87.   the box if you desire.
  88.  
  89. * Expandability!  WinCheck now allows you to add custom tools to
  90.   your menu.  These tools use DDE to communicate with WinCheck.
  91.   A sample tool has been included to manage Payroll deposits.
  92.   The tool is called PAYROLL.EXE and requires that you have the
  93.   VBRUN100.DLL file (Visual Basic Engine).
  94.  
  95.   To add this Payroll tool, select "Add Tool..." from the Tools menu,
  96.   and type PAYROLL.  If PAYROLL.EXE is in a different directory than
  97.   WinCheck, indicate the full path of PAYROLL.EXE.
  98.  
  99.   Once you have added the tool, you will find it on your Tools menu.
  100.  
  101.   The source code to PAYROLL and the source code to a more simple
  102.   add-on tool (Visual Basic) have been included on the distribution
  103.   disk in the TOOLS directory.
  104.   tool
  105.  
  106. * The categories for the Bugdet, Cash Flow, Profit/Loss, and category
  107.   reports are now in alphabetical order.
  108. 
  109.